home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June / CHIP 2006-06.2.iso / program / freeware / Democracy-0.8.2.exe / defaults / preferences / prefs.js
Encoding:
Text File  |  2006-04-10  |  869 b   |  22 lines

  1. pref("toolkit.defaultChromeURI", "chrome://dtv/content/main.xul");
  2. pref("toolkit.singletonWindowType", "main");
  3. /* NEEDS: CHANGE BACK BEFORE RELEASE */
  4. pref("extensions.pyxpcom.embedded", true);
  5.  
  6. pref("security.warn_entering_secure", false);
  7. pref("security.warn_entering_weak", false);
  8. pref("security.warn_leaving_secure", false);
  9. pref("security.warn_submit_insecure", false);
  10. pref("security.warn_viewing_mixed", false);
  11.  
  12. /* NEEDS: it'd be nice to have an automated way to get the DTV version
  13.    number into this */
  14. pref("general.useragent.vendor", "Democracy");
  15. pref("general.useragent.vendorSub", "0.8.2");
  16. pref("general.useragent.vendorComment", "http://www.participatoryculture.org");
  17.  
  18. /* debugging prefs */
  19. pref("browser.dom.window.dump.enabled", true);
  20. pref("javascript.options.showInConsole", true);
  21. pref("javascript.options.strict", true);
  22.